CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / RunningStatusGetResponse Json Schema
In This Topic
    RunningStatusGetResponse Json Schema
    In This Topic
    Description
    The running status of the CIMPLICITY project.
    Overview
    RunningStatusGetResponse
    The running status of the CIMPLICITY project.
    IsProjectRunning : boolean
    represents the CIMPLICITY project is in run mode.
    IsPrimaryRunning : boolean
    represents the CIMPLICITY Primary node is in run mode.
    IsSecondaryRunning : boolean
    represents the CIMPLICITY Secondary node is in run mode.
    IsStartAtBoot : boolean
    indicates if the project is configured to start at boot.
    Properties
    NameDescriptionData Type
    represents the CIMPLICITY project is in run mode.boolean
    represents the CIMPLICITY Primary node is in run mode.boolean
    represents the CIMPLICITY Secondary node is in run mode.boolean
    indicates if the project is configured to start at boot.boolean
    See Also